home *** CD-ROM | disk | FTP | other *** search
- PXFSTRSET(3F) Last changed: 1-6-98
-
-
- NNAAMMEE
- PPXXFFSSTTRRSSEETT - Allows values stored in individual components of a
- structure to be set
-
- SSYYNNOOPPSSIISS
- IINNTTEEGGEERR _j_h_a_n_d_l_e,, _i_l_e_n,, _i_e_r_r_o_r
- CCHHAARRAACCTTEERR*_n _c_o_m_p_n_a_m,, _v_a_l_u_e
- CCAALLLL PPXXFFSSTTRRSSEETT ((_j_h_a_n_d_l_e,, _c_o_m_p_n_a_m,, _v_a_l_u_e,, _i_l_e_n,, _i_e_r_r_o_r))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- SSTTAANNDDAARRDDSS
- IEEE standard interface for FORTRAN 77
-
- DDEESSCCRRIIPPTTIIOONN
- On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
- default when compiling programs with the MIPSpro 7 Fortran 90 compiler
- or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
- 7.2 F77 compiler.
-
- The routine PPXXFFSSTTRRSSEETT allows character values stored in individual
- components of a structure to be set.
-
- When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
- UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
- kind unless documented otherwise. On UNICOS and UNICOS/mk, default
- kind is KKIINNDD==88 for integer, real, complex, and logical arguments; on
- IRIX, the default kind is KKIINNDD==44.
-
- The following are arguments to PPXXFFSSTTRRSSEETT:
-
- _j_h_a_n_d_l_e An input integer that references a structure. _j_h_a_n_d_l_e
- should have been created with PPXXFFSSTTRRUUCCTTCCRREEAATTEE.
-
- _c_o_m_p_n_a_m An input character variable. _c_o_m_p_n_a_m is the name of a
- component of the structure. _c_o_m_p_n_a_m is case-sensitive.
-
- _v_a_l_u_e An input character variable. Upon successful completion,
- the component of _j_h_a_n_d_l_e referenced by _c_o_m_p_n_a_m is set to
- _v_a_l_u_e.
-
- _i_l_e_n An input integer variable. _i_l_e_n is the intended length of
- _v_a_l_u_e. If _i_l_e_n is zero, then trailing blanks in _v_a_l_u_e are
- stripped and ignored.
-
- _i_e_r_r_o_r An output integer variable. Upon successful completion of
- PPXXFFSSTTRRSSEETT, _i_e_r_r_o_r is set to 0. If any of the following
- conditions occur, _i_e_r_r_o_r is set to the corresponding value:
-
- EENNOONNAAMMEE Component name is not defined for the
- specified structure.
-
- EEBBAADDHHAANNDDLLEE If _j_h_a_n_d_l_e is an invalid handle or has an
- incorrect handle type (UNICOS and UNICOS/mk
- systems only).
-
- SSEEEE AALLSSOO
- PPXXFFSSTTRRUUCCTTCCRREEAATTEE(3F)
-
- _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
- 2165, for the printed version of this man page.
-
-